![]() |
CE Gobi SDK
2.7
GobiApi
|
Functions | |
| IMPORTGOBI ULONG GOBICMAPI | GetSMSWake (ULONG *pbEnabled, ULONG *pWakeMask) |
| IMPORTGOBI ULONG GOBICMAPI | SetSMSWake (ULONG bEnable, ULONG wakeMask) |
| IMPORTGOBI ULONG GOBICMAPI GetSMSWake | ( | ULONG * | pbEnabled, |
| ULONG * | pWakeMask | ||
| ) |
This function queries the state of the SMS wake functionality QMI_RMS_GET_EVENT_SMS_WAKE_MSG 0x0020
| pbEnabled | [ O ] - SMS wake functionality enabled? |
| pWakeMask | [ O ] - SMS wake mask (only relevant when enabled) |
| IMPORTGOBI ULONG GOBICMAPI SetSMSWake | ( | ULONG | bEnable, |
| ULONG | wakeMask | ||
| ) |
This function enables/disables the SMS wake functionality
| bEnable | [ I ] - Enable SMS wake functionality? |
| wakeMask | [ I ] - SMS wake mask (only relevant when enabling) |